From e2e96e4bcefc6c502f4bdf80cbff081b8bff3460 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Tue, 4 Aug 2026 20:03:25 +0000 Subject: [PATCH] Move docs involving column interactions to bottom of summary section --- doc/src/analyzed/sightings.m4 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/src/analyzed/sightings.m4 b/doc/src/analyzed/sightings.m4 index 2a8ea0c..f2439fe 100644 --- a/doc/src/analyzed/sightings.m4 +++ b/doc/src/analyzed/sightings.m4 @@ -47,9 +47,6 @@ It is used to add arbitrary sightings of a chimpanzee. To remove a sighting, use the |SIGHTINGS.Step| column to determine the source of the faulty data and correct the data. -The combination of |SIGHTINGS.Date| and |SIGHTINGS.AnimID| must be -unique. - The |NON_BREC_SIGHTING_SOURCES| table is used to add additional records of daily sightings into SIGHTINGS, records from "external" data sources, when the other parts of SokweDB do not indicate that an @@ -92,6 +89,10 @@ The following query reports sightings and their sources\ [#f1]_: ORDER BY sightings.animid, sightings.date; +The combination of |SIGHTINGS.Date| and |SIGHTINGS.AnimID| must be +unique. + + .. contents:: :depth: 2 -- 2.34.1